-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat) Query builder #985
(feat) Query builder #985
Conversation
Discovered more grouping functions that should be added (and tests for) before merging. :D |
Ready for another review now @glebashnik 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good, both design wise and tests.
I setup env and ran tests in Python 2.12 3.12.
For future improvement, it would be great to be able to run tests in different Python versions. Tools like Nox can help with this.
Thanks. Assume you mean 3.12? 😅 We do run unit tests on matrix of Python 3.8-3.12 and macos, ubuntu, windows. |
Right. Found the GH job. All good. |
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Consider this a first draft, and I can go through it tomorrow.
To discuss:
kwargs
for annotations - good for some, but many annotations are camelCase - does not good in python.Q
andG
- to what?TODO: